home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
convert
/
c2snd201
/
ppwav.mak
< prev
next >
Wrap
Text File
|
1994-09-11
|
547b
|
15 lines
PPWAV.ASM performs one or more of the following conversions on a RIFF WAVE
sound file: mix to mono, convert to 8-bit, and/or halve the sampling rate.
See PPWAV.DOC for details.
Use the A86 shareware assembler to make this program (you can also use
Turbo Assembler or MASM, but you will have to modify the program first).
A86 is available on Simtel. The program will then have to be linked with
the Microsoft Object Linker (or compatible).
To make the program, type:
A86 +O PPWAV.ASM
LINK PPWAV;
PPWAV.EXE will be produced.